ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class
Members

In This Topic
    MultiRow<T> Class
    In This Topic
    The MultiRow control provides a powerful and flexible way to display and edit data in multiple rows per item.
    Object Model
    MultiRow<T> ClassCellTemplate ClassCellTemplate ClassCellTemplate ClassCellTemplate ClassErrorTooltip ClassHeaderTemplate ClassCellTemplate ClassCellRange ClassCellTemplate Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class MultiRow(Of T) 
       Inherits C1.Web.Mvc.FlexGridBase(Of T)
       Implements C1.Web.Mvc.ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class MultiRow<T> : C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexGridBase<T>
                   C1.Web.Mvc.MultiRow.MultiRow<T>

    See Also